You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > FractionalKaiser Method > SignalUtils.FractionalKaiser Method ([In] TVec, double, double, double)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.FractionalKaiser Method ([In] TVec, double, double, double)

Fractional Kaiser window.

Syntax
C#
Visual Basic
public static TVec FractionalKaiser([In] TVec Src, double Beta, double Offset, double Step);

Additional parameters in compare to the Kaiser function, are the Offset and Step. They allow the windowing function to be sampled at the same points as FractionalFirImpulse. This function should therefore be called when windowing an impulse response generated with FractionalFirImpulse.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!